Vastly increase how long wfWaitForSlaves() can block in CLI mode
authorAaron Schulz <aschulz@wikimedia.org>
Fri, 1 Aug 2014 06:11:34 +0000 (23:11 -0700)
committerAaron Schulz <aschulz@wikimedia.org>
Fri, 1 Aug 2014 06:28:11 +0000 (23:28 -0700)
commitcafcb6b2258a10746409135037baa9ac4ab6089e
tree163af56be9b4c2e830000ec076061ee9036282e2
parent5c74148ba3f7c4f64cca6902e516ebb0c6b7f52a
Vastly increase how long wfWaitForSlaves() can block in CLI mode

* All maintenance scripts pretty much assumed this behavior, but it
  was not actually the case. This can avoid some massive lag problems.

Change-Id: I5894409d6abade16afd8144f6689c2aff3fa7327
includes/GlobalFunctions.php
includes/db/Database.php
includes/db/LoadBalancer.php